home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / GRAPHICS / RAYTRACING / POVRAY3 / POV301 / povray3 / pov3demo / demo / pov / texture5 < prev    next >
Text File  |  1995-11-10  |  1KB  |  50 lines

  1. // Persistence Of Vision raytracer version 3.0 sample file.
  2. // The TEXTUREn.POV files demonstrate all textures in TEXTURES.INC
  3. // and STONES.INC
  4.  
  5. #version 3.0
  6. global_settings { assumed_gamma 2.2 }
  7.  
  8. #include "colors.inc"
  9. #include "shapes.inc"
  10. #include "textures.inc"
  11. #include "stones.inc"
  12.  
  13. #declare T01 = texture {T_Grnt10a}
  14. #declare T02 = texture {T_Grnt11a}
  15. #declare T03 = texture {T_Grnt12a}
  16.  
  17. #declare T04 = texture {T_Grnt13a}
  18. #declare T05 = texture {T_Grnt14a}
  19. #declare T06 = texture {T_Grnt15a}
  20.  
  21. #declare T07 = texture {T_Grnt16a}
  22. #declare T08 = texture {T_Grnt17a}
  23. #declare T09 = texture {T_Grnt18a}
  24.  
  25. #declare T10 = texture {T_Grnt19a}
  26. #declare T11 = texture {T_Grnt20a}
  27. #declare T12 = texture {T_Grnt21a}
  28.  
  29. #declare T13 = texture {T_Grnt22a}
  30. #declare T14 = texture {T_Grnt23a}
  31. #declare T15 = texture {T_Grnt24a}
  32.  
  33. #declare T16 = texture {T_Crack1}
  34. #declare T17 = texture {T_Crack2}
  35. #declare T18 = texture {T_Crack3}
  36.  
  37. #declare T19 = texture {T_Crack4}
  38. #declare T20 = texture {T_Stone1}
  39. #declare T21 = texture {T_Stone2}
  40.  
  41. #declare T22 = texture {T_Stone3}
  42. #declare T23 = texture {T_Stone4}
  43. #declare T24 = texture {T_Stone5}
  44.  
  45. #declare T25 = texture {T_Stone6}
  46. #declare T26 = texture {T_Stone7}
  47. #declare T27 = texture {T_Stone8}
  48.  
  49. #include "shotxtr.inc"
  50.